how to read file from terminal in python inside code

29

import sys
inFile = sys.argv[1]
outFile = sys.argv[2]

Comments

Submit
0 Comments